home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / WAR2MENU.DXR / 00002_PLAYIN.PCX.ls next >
Encoding:
Text File  |  1995-10-12  |  182 b   |  13 lines

  1. on mouseDown
  2.   puppetSprite(2, 1)
  3.   set the castNum of sprite 2 to 3
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(2, 0)
  9.   go(#next)
  10.   updateStage()
  11.   play movie "playwar2.dir"
  12. end
  13.